home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2002 November / SGI Freeware 2002 November - Disc 1.iso / dist / fw_galeon.idb / usr / freeware / share / galeon / myportal.css.z / myportal.css
Cascading Style Sheet File  |  2002-10-07  |  2KB  |  132 lines

  1. /*
  2.  *  CSS Style Sheet for "My Portal", part of the Galeon distribution
  3.  */
  4.  
  5. /*
  6.  * This is pretty sucky so if someone wants to make in nicer the
  7.  * patch would probably be accepted! -- MattA
  8.  *
  9.  * But it's getting better, thanks to Lee Willis <lwillis@plus.net.uk>
  10.  */
  11.  
  12. /* overall styles */
  13. body
  14.     {
  15.         font:            11pt sans-serif;
  16.         margin-top:        -1em;
  17.         margin-bottom:        0;
  18.         margin-left:         -24;
  19.         margin-right:         8;
  20.         background:        white;
  21.         color:              black;
  22.         line-height:        1.7em;
  23.     }
  24.  
  25. /* this is for category headings */
  26. strong 
  27.     {
  28.         border:            1px solid #cccccc;
  29.         border-top:        0px;
  30.         padding-bottom:        2;
  31.         padding-top        0;
  32.         padding-right:        6;
  33.         padding-left:        250;        /* wacky tabs   */
  34.         margin-left:        -250;
  35.         margin-top:        3em;
  36.         background:        #ffffdd;    /* light yellow */
  37.         margin-right:        10;
  38.     }
  39.  
  40. /* this is the indenting procedure for categories */
  41. blockquote
  42.     {
  43.         margin-left:        32;
  44.         margin-right:        0;
  45.     } 
  46.  
  47. /* various link styles */
  48. a
  49.     {
  50.         margin-right:        12;
  51.         text-decoration:    none;
  52.         border-bottom:        1px solid #80c0ff;
  53.                 white-space:            nowrap;
  54.     }
  55.  
  56. a:link
  57.     {    
  58.         color:            blue;
  59.     }
  60.  
  61. a:visited
  62.     {
  63.         color:            purple;
  64.         border-bottom:        1px solid #8080ff;
  65.     }
  66.  
  67. a:active
  68.     {
  69.         color:            yellow;
  70.     }
  71.  
  72. a:hover
  73.     {
  74.         color:            red;
  75.         background:        #ffffee;
  76.         border-bottom:        1px solid black;
  77.     }
  78.  
  79. /* links in category headings have a different class */
  80. a.heading
  81.     {
  82.         border-bottom:        0px;
  83.         background:        #ffffff
  84.     }
  85. a.heading:link
  86.     {
  87.         color:            black;
  88.     }
  89. a.heading:visited
  90.     {
  91.         color:            purple;
  92.     }
  93. a.heading:hover
  94.     {
  95.         color:            red;
  96.         background:        #white;
  97.     }
  98.  
  99. img.logo
  100.     {
  101.         margin-top:        1em;
  102.         float:            right;
  103.         width:            350;
  104.         height:            279;
  105.     }
  106.  
  107. img
  108.     {
  109.         border:            0;
  110.     }
  111.  
  112. input
  113.     {
  114.         margin-top:        6;
  115.         margin-bottom:        -8;
  116.         margin-left:        3;
  117.         margin-right:        3;
  118.         padding-left:           2;
  119.     }
  120.  
  121. input[type="image"]
  122.     {
  123.         border:            0
  124.     }
  125.  
  126. input[type="submit"]
  127.     {
  128.         background:        #ffffdd;
  129.         padding-top:        0;
  130.         padding-bottom:        6;    
  131.     }
  132.